Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / OwnedSortedDictionary<TKey,TValue> Class
The type of the keys in the dictionary.
The type of the values in the dictionary.
Members

In This Topic
    OwnedSortedDictionary<TKey,TValue> Class
    In This Topic
    Represents a collection of key/value pairs that are sorted on the key. Values should support IOwnedObject interface, collection updates their Owner property.
    Object Model
    OwnedSortedDictionary<TKey,TValue> Class
    Syntax
    'Declaration
     
    Public Class OwnedSortedDictionary
        (Of TKey,TValue As IOwnedObject) 
       Inherits ObservableSortedDictionary(Of TKey,TValue)
       Implements IOwnedObject 
    public class OwnedSortedDictionary<TKey,TValue> : ObservableSortedDictionary<TKey,TValue>, IOwnedObject  
    where TValue: IOwnedObject
    Type Parameters
    TKey
    The type of the keys in the dictionary.
    TValue
    The type of the values in the dictionary.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Common.ObservableSortedDictionary<TKey,TValue>
          GrapeCity.Documents.Common.OwnedSortedDictionary<TKey,TValue>

    See Also